From: Juanma Barranquero Date: Fri, 8 Jun 2007 20:11:04 +0000 (+0000) Subject: (cmd_error_internal): Use empty_unibyte_string. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18512 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a36bb0698d1969a34de0efc7b585f55c075f77d3;p=emacs.git (cmd_error_internal): Use empty_unibyte_string. --- diff --git a/src/keyboard.c b/src/keyboard.c index ab2d50ad0ea..1837958dcfd 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -1249,7 +1249,7 @@ cmd_error_internal (data, context) /* Use user's specified output function if any. */ if (!NILP (Vcommand_error_function)) call3 (Vcommand_error_function, data, - build_string (context ? context : ""), + context ? build_string (context) : empty_unibyte_string, Vsignaling_function); /* If the window system or terminal frame hasn't been initialized yet, or we're not interactive, write the message to stderr and exit. */